<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
* {
	list-style: none;
	outline: none;
	font-family: "微软雅黑", arial;
	border: none;
	color: #333;
	padding: 0;
	margin: 0;
}

ul {
	padding: 0;
	margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.blue {
	color: #0058aa;
}

img {
	max-width: 100%;
}

p {
	margin-bottom: 10px;
}

.gray-bg {
	background-color: #f7f7f7;
}

/*******************************************首页********************************************/
/***************** head*****************/
.index-head .welcome,
.index-head .logo-box {
	width: 100%;
	z-index: 999;
}

.index-head .welcome {
	height: 40px;
	background-color: #0058aa;
}

.welcome-word {
	float: left;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
}

.welcome-link {
	float: right;
	font-size: 13px;
	line-height: 40px;
	color: #fff;
}

.logo-box {
	position: relative;
}

.logo {
	float: left;
	height: 90px;
}

.logo img {
	display: block;
	float: left;
	width: 67px;
	padding-top: 13px;
}

.logo .logo-tit {
	float: left;
	padding-top: 25px;
	margin-left: 15px;
	text-align: center;
}

.logo-tit-cn {
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	margin-bottom: 6px;
}

.logo-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	letter-spacing: 1px;
}

.logo-box .nav-btn {
	float: right;
	width: 35px;
	height: 30px;
	margin-top: 30px;
	transition: all 0.4s ease 0s;
	z-index: 2000;
	display: none;
}

.logo-box .nav-btn span {
	display: block;
	width: 100%;
	height: 5px;
	border-radius: 10px;
	margin-bottom: 5px;
	background-color: #0058aa;
}

.nav-box {
	float: right;
	width: calc(100% - 450px);
}

.nav-box li {
	float: left;
	width: 19%;
	margin-left: 1%;
	height: 90px;
	text-align: center;
}

.nav-box li a {
	display: block;
	padding: 0;
	width: 100%;
	height: 46px;
	margin-top: 22px;
	font-size: 16px;
	line-height: 38px;
	position: relative;
}

.nav-box li:hover a,
.nav-box li.on-top a {
	color: #fff;
	background-color: #0058aa;
}

.nav-box li:hover a:after,
.nav-box li.on-top a:after {
	content: "";
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #fff;
	bottom: 8px;
	left: 50%;
	margin-left: -25px;
}

@media (max-width: 1259px) {
	.nav-box {
		width: calc(100% - 420px);
	}
}

@media (max-width: 991px) {

	.logo img {
		display: block;
		float: left;
		width: 50px;
		padding-top: 20px;
	}

	.nav-box {
		position: absolute;
		float: none;
		width: 100%;
		top: 90px;
		left: 0;
		background-color: #0058aa;
		padding-bottom: 40px;
		display: none;
	}

	.nav-box li {
		float: none;
		width: 100%;
		margin: 0;
		height: 60px;
	}

	.nav-box li a {
		height: 60px;
		margin: 0;
		line-height: 60px;
		color: #fff;
		border-bottom: 1px dashed #999;
	}

	.nav-box li:hover a,
	.nav-box li.on-top a {
		background-color: #0b498d;
	}

	.nav-box li:hover a:after,
	.nav-box li.on-top a:after {
		display: none;
	}
}

@media (max-width:580px) {
	.logo .logo-tit {
		float: left;
		padding-top: 25px;
		margin-left: 10px;
		/* text-align: center; */
	}

	.logo-tit-cn {
		display: block;
		font-size: 12px;
		line-height: 22px;
		font-weight: 580;
		margin-bottom: 6px;
	}

	.logo-tit-en {
		display: block;
		font-size: 12px;
		line-height: 12px;
		font-weight: 600;
		letter-spacing: 1px;
	}
}

/***************** banner*****************/
.slider {
	position: relative;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

.callbacks_tabs {
	position: absolute;
	bottom: 5%;
	z-index: 100;
	left: 50%;
	margin-left: -102px;
}

.callbacks_tabs li {
	display: inline-block;
}

.callbacks_tabs li a {
	visibility: visible;
	font-size: 0;
	height: 6px;
	width: 62px;
	display: block;
	background: #fff;
	border-radius: 3px;
	margin: 0 20px;
}

.callbacks_tabs li a:hover,
.callbacks_tabs .callbacks_here a {
	background: #0058aa;
}

.callbacks_tabs a {
	visibility: hidden;
}

@media(max-width:991px) {
	.callbacks_tabs {
		margin-left: -72px;
	}

	.callbacks_tabs li a {
		height: 6px;
		width: 52px;
		border-radius: 3px;
		margin: 0 10px;
	}
}

@media(max-width:640px) {
	.callbacks_tabs {
		margin-left: -42px;
		bottom: 10px;
	}

	.callbacks_tabs li a {
		height: 4px;
		width: 30px;
		margin: 0 6px;
	}
}

/********搜索*************/
.index-search {
	padding: 16px 0;
	height: 70px;
	background-color: #ecf0f3;
}

.search-key {
	float: left;
}

.search-key span {
	display: inline-block;
	margin-right: 15px;
	line-height: 38px;
	color: #666;
}

.search-btn {
	float: right;
}

.search-btn a {
	display: block;
	float: left;
	width: 105px;
	height: 38px;
	line-height: 36px;
	margin-right: 30px;
	border: 1px solid #999;
	border-radius: 6px;
	text-align: center;
	color: #666;
}

.search-btn a:hover {
	border: 1px solid #00a6f6;
	background-color: #00a6f6;
	color: #fff;
}

/********首页标题**************/
.index-tit {
	height: 50px;
	text-align: center;
	margin-bottom: 40px;
}

.index-tit-cn {
	display: block;
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 12px;
	font-weight: 600;
}

.index-tit-en {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #666;
}

.index-tit01 {
	background: url(../images/line01.png) no-repeat center 4px;
}

.index-tit02 {
	background: url(../images/line02.png) no-repeat center 4px;
}

.index-tit02 .index-tit-cn,
.index-tit02 .index-tit-en {
	color: #fff;
}

@media (max-width: 991px) {
	.index-tit {
		margin-bottom: 30px;
	}

}

@media (max-width:640px) {
	.index-tit {
		margin-bottom: 20px;
	}

}

/****************走进**********************/
.index-about {
	padding: 60px 0 80px;
}

.about-box {
	width: 100%;
	position: relative;
}

.about-box .about-pic {
	width: 50%;
}

.about-info {
	width: 55%;
	height: 443px;
	position: absolute;
	right: 0;
	top: 20px;
	padding: 55px;
	background-color: #0058aa;
}

.about-info-tit-cn {
	font-size: 25px;
	line-height: 25px;
	margin-bottom: 10px;
	color: #fff;
	font-weight: 600;
}

.about-info-tit-en {
	font-size: 15px;
	line-height: 15px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 600;
}

.about-info span {
	display: block;
	line-height: 28px;
	text-indent: 2em;
	color: #fff;
}

.about-more {
	display: block;
	width: 156px;
	height: 44px;
	line-height: 44px;
	padding-left: 36px;
	background: #fff url(../images/arrow1.png) no-repeat 110px center;
	color: #0058aa;
	border-radius: 22px;
	margin-top: 20px;
}

.about-more:hover {
	background: #00a6f6 url(../images/arrow2.png) no-repeat 110px center;
	color: #fff;
}

@media (max-width:1259px) {
	.about-info {
		height: 347px;
		padding: 25px 20px;
	}

	.about-info-tit-cn {
		font-size: 22px;
		line-height: 22px;
		margin-bottom: 10px;
	}

	.about-info-tit-en {
		font-size: 15px;
		line-height: 15px;
		margin-bottom: 15px;
	}

	.about-info span {
		line-height: 22px;
	}

	.about-more {
		width: 146px;
		height: 38px;
		line-height: 38px;
		padding-left: 32px;
		border-radius: 22px;
		margin-top: 15px;
	}
}

@media (max-width:991px) {
	.about-info {
		width: 65%;
		height: 285px;
		padding: 15px;
	}

	.about-info-tit-en {
		margin-bottom: 10px;
	}

	.about-more {
		width: 38px;
		height: 38px;
		font-size: 0;
		padding-left: 0;
		border-radius: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		background: #ccc url(../images/arrow1.png) no-repeat center center;
	}

	.about-more:hover {
		background: #00a6f6 url(../images/arrow2.png) no-repeat center center;
	}
}

@media (max-width:767px) {
	.about-box .about-pic {
		width: 100%;
		display: none;
	}

	.about-info {
		width: 100%;
		height: auto;
		padding: 30px 20px 50px;
		position: relative;
		top: 0;
	}
}

/***************产品中心***************************/
.index-pro {
	padding: 60px 0;
	background: #000 url(../images/index_pro_bg.jpg) no-repeat center;
}

.pro-box-left {
	float: left;
	width: 25%;
	height: 505px;
	margin-right: 2%;
	background: url(../images/index_pro01.jpg) no-repeat right center;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.pbl-more {
	display: inline-block;
	height: 50px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	position: absolute;
	left: 20px;
	top: 20px;
}

.pro-box-right {
	float: left;
	width: 73%;
	height: 505px;
}

.pro-box-right li&gt;div {
	float: left;
	position: relative;
	overflow: hidden;
}

.pbr-list01 {
	margin-bottom: 15px;
}

.pbr-sm {
	width: 32%;
	height: 245px;
}

.pbr-lg {
	width: 65%;
	height: 245px;
}

.pbr-margin {
	margin-right: 3%;
}

.pbr-pro01 {
	background: url(../images/index_pro02.jpg) no-repeat center;
}

.pbr-pro02 {
	background: url(../images/index_pro03.jpg) no-repeat center;
}

.pbr-pro03 {
	background: url(../images/index_pro04.jpg) no-repeat center;
}

.pbr-pro04 {
	background: url(../images/index_pro05.jpg) no-repeat center;
}

.pbr-more {
	display: inline-block;
	height: 50px;
	padding: 10px 10px;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	border: 1px solid #fff;
	position: absolute;
	left: 20px;
	bottom: 20px;
}

.pro-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: rgba(0, 88, 170, .7);
	transition: .8s;
	left: -100%
}

.pro-box-left:hover .pro-overlay {
	left: 0;
}

.pro-box-right li&gt;div:hover .pro-overlay {
	left: 0;
}

.pro-more {
	display: block;
	width: 156px;
	height: 44px;
	line-height: 44px;
	padding-left: 36px;
	background: #fff url(../images/arrow1.png) no-repeat 110px center;
	color: #0058aa;
	border-radius: 22px;
	margin: 0 auto;
	margin-top: 40px;
}

.pro-more:hover {
	background: #00a6f6 url(../images/arrow2.png) no-repeat 110px center;
	color: #fff;
}

@media (max-width:1259px) {

	.pro-box-left,
	.pro-box-right {
		height: 415px;
	}

	.pbr-lg,
	.pbr-sm {
		height: 200px;
	}
}

@media (max-width:991px) {
	.pro-box-left {
		width: 30%;
		background-size: cover;
	}

	.pro-box-right {
		width: 68%;
	}

	.pro-box-right li&gt;div {
		background-size: cover;
	}

	.pbr-sm,
	.pbr-lg {
		width: 48.5%;
	}

	.pro-more {
		margin-top: 30px;
	}
}

@media (max-width:767px) {
	.pbl-more {
		height: 34px;
		padding: 5px 20px;
		font-size: 14px;
		line-height: 22px;
		left: 15px;
		top: 15px;
	}

	.pbr-more {
		width: 100%;
		height: auto;
		padding: 5px 20px;
		font-size: 14px;
		line-height: 1.2;
		left: 0;
		bottom: 0;
	}

	.pro-box-left,
	.pro-box-right {
		height: 315px;
	}

	.pbr-lg,
	.pbr-sm {
		height: 150px;
	}
}

@media (max-width:640px) {
	.pro-box-left {
		width: 100%;
		height: 200px;
		margin: 0 0 15px 0;
		background: url(../images/index_pro01.jpg) no-repeat center -40px;
		background-size: cover;
	}

	.pro-box-right {
		width: 100%;
		height: auto;
	}

	.pbr-lg,
	.pbr-sm {
		height: 180px;
	}
}

@media (max-width:480px) {
	.pro-box-left {
		height: 180px;
		background: url(../images/index_pro01.jpg) no-repeat center;
		background-size: cover;
	}

	.pbr-lg,
	.pbr-sm {
		height: 130px;
	}
}

/***************生产能力*************************/
.index-case {
	padding: 60px 0;
}

.examples {
	margin-top: 50px;
}

.flex-item {
	position: relative;
	display: block;
}

.flex-item img {
	width: 100%;
	height: 250px;
}

.power-txt {
	position: absolute;
	bottom: 0px;
	left: 0;
	text-align: center;
	font-size: 16px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.6);
	transition: 0.5s;
	overflow: hidden;
}

.carousel.flexible .items {
	display: none;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.center {
	text-align: center;
}

.right {
	text-align: right;

}

.carousel {
	position: relative;
	padding: 0 50px;
}

.carousel-control.left {
	background: url(../images/case_prev03.png)left center no-repeat;
	background-size: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
	right: 0;
	left: auto;
	background: url(../images/case_next03.png)right center no-repeat;
	background-size: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control.right:hover {
	background: url(../images/case_next04.png)right center no-repeat;
	background-size: 40px;
}

.carousel-control.left:hover {
	background: url(../images/case_prev04.png)left center no-repeat;
	background-size: 40px;
}

.id-case-more {
	padding: 10px 20px;
	margin: 40px auto 0;
	font-size: 16px;
	color: #fff;
	background-color: #0058aa;
	display: block;
	text-align: center;
	border: 1px solid #0058aa;
	width: 160px;
	border-radius: 30px;
}

.id-case-more:hover {
	background-color: transparent;
	color: #0058aa;
}

@media(max-width:992px) {

	.power-txt {
		font-size: 14px;
	}
}

@media(max-width:768px) {
	.index-case {
		padding: 40px 0;
	}

	.examples {
		margin-top: 40px;
	}

	.id-case-more {
		font-size: 14px;
		margi: 30px auto 0;
		width: 140px;
	}
}

@media(max-width:530px) {
	.index-case {
		padding: 30px 0;
	}

	.examples {
		margin-top: 30px;
	}

	.id-case-more {
		font-size: 14px;
		padding: 5px 10px;
	}
}

@media(max-width:380px) {
	.examples {
		margin-top: 20px;
	}

	.id-case-more {
		margin-top: 20px auto 0;
	}

	.carousel-control.left {
		background-size: 30px;
	}

	.carousel-control.right {
		background-size: 30px;
	}

	.carousel-control.right:hover {
		background-size: 30px;
	}

	.carousel-control.left:hover {
		background-size: 30px;
	}
}


/****************新闻**********************/
.index-news {
	padding: 60px 0 0;
}

.news-box {
	width: 100%;
}

.news-box-left {
	float: left;
	width: 45%;
}

.news-box-left li {
	width: 100%;
	padding: 20px 10px;
	border-bottom: 1px dashed #999;
}

.nbl-date {
	float: left;
	width: 60px;
}

.nbl-date span {
	display: block;
	text-align: center;
}

.nbl-date-d {
	font-size: 18px;
	line-height: 24px;
	color: #999;
}

.nbl-txt {
	float: left;
	margin-left: 20px;
	width: calc(100% - 80px);
}

.nbl-tit {
	display: block;
	width: 100%;
	font-size: 19px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 4px;
	font-weight: 600;
	overflow: hidden;
}

.nbl-info {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	max-height: 20px;
	overflow: hidden;
	color: #666;
}

.news-box-left li:hover {
	border-bottom: 1px solid transparent;
	background-color: #0058aa;
	box-shadow: 0px 2px 4px 0px rgba(6, 0, 1, 0.4);
}

.news-box-left li:hover .nbl-date span {
	color: #fff;
}

.news-box-left li:hover .nbl-txt span {
	color: #fff;
}

.news-box-right {
	float: right;
	width: 50%;
}

.news-box-right img {
	width: 100%;
}

@media (max-width:1259px) {
	.news-box-left li {
		padding: 10px 10px 11px;
	}

	.nbl-date {
		width: 50px;
	}

	.nbl-date-d {
		font-size: 16px;
	}

	.nbl-txt {
		margin-left: 10px;
		width: calc(100% - 60px);
	}

	.nbl-tit {
		font-size: 16px;
	}
}

@media (max-width:991px) {
	.news-box-left {
		width: 47%;
	}

	.news-box-left li:last-of-type {
		display: none;
	}
}

@media (max-width:767px) {
	.news-box-left {
		width: 100%;
	}

	.news-box-right {
		display: none;
	}
}

/****************联系我们**********************/
.index-contact {
	padding: 60px 0;
}

.contact-box-left {
	float: left;
	width: 42%;
	height: 400px;
	padding: 50px;
	background: url(../images/index_contact.jpg) no-repeat left top;
}

.cbl-tit {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	font-weight: 600;
	color: #fff;
	position: relative;
}

.cbl-tit:after {
	content: "";
	position: absolute;
	width: 42px;
	height: 2px;
	background-color: #fff;
	bottom: 0;
	left: 0;
}

.cbl-list li {
	margin-bottom: 15px;
}

.cbl-list-item {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #fff;
}

.cbl-list-txt {
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.contact-box-right {
	float: right;
	width: 58%;
	height: 400px;
}

.iw_poi_title {
	color: #CC5522;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap;
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word;
}

.anchorBL {
	display: none;
}

@media (max-width:991px) {
	.contact-box-left {
		height: 300px;
		padding: 20px;
	}

	.cbl-tit {
		margin-bottom: 15px;
	}

	.cbl-list li {
		margin-bottom: 15px;
	}

	.cbl-list-item {
		font-size: 16px;
		line-height: 16px;
	}

	.cbl-list-txt {
		font-size: 15px;
		line-height: 15px;
	}

	.contact-box-right {
		height: 300px;
	}
}

@media (max-width:610px) {
	.contact-box-left {
		width: 100%;
		height: auto;
	}

	.cbl-tit {
		margin-bottom: 15px;
	}

	.cbl-list li {
		margin-bottom: 10px;
	}

	.cbl-list-item {
		display: inline-block;
		margin-right: 5px;
		font-size: 16px;
		line-height: 16px;
	}

	.cbl-list-txt {
		display: inline-block;
		font-size: 14px;
		line-height: 16px;
	}

	.contact-box-right {
		width: 100%;
		height: 200px;
	}
}

/****************foot**********************/
.foot-nav {
	width: 100%;
	height: 60px;
	background-color: #0058aa;
}

.foot-nav a {
	display: block;
	float: left;
	width: 15%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 60px;
}

.foot-nav a:last-of-type {}

.foot-nav a:hover {
	background: #014380
}

.foot-info {
	width: 100%;
	padding: 40px 0;
	background-color: #003762;
}

.foot-copy {
	text-align: center;
	color: #fff;
	line-height: 24px;
	margin-bottom: 10px;
}

.foot-beian {
	text-align: center;
}

.foot-beian a {
	color: #fff;
	line-height: 24px;
	margin: 0 5px;
}

.link-box {
	text-align: center;
	margin-top: 30px;
}

.link-box span,
.link-box a {
	font-size: 13px;
	line-height: 20px;
	color: #eee;
	margin: 0 5px;
}

.zone-box {
	text-align: center;
	margin-top: 10px;
}

.zone-box span,
.zone-box a {
	font-size: 13px;
	line-height: 20px;
	color: #eee;
	margin: 0 5px;
}

@media (max-width:1259px) {
	.foot-nav a {
		width: 19%;
	}
}

@media (max-width:991px) {
	.foot-nav a {
		font-size: 14px;
	}
}

@media(max-width:640px) {
	.foot-beian a {
		display: block;
		margin-bottom: 5px;
	}
}

/****************首页边距**********************/
@media (max-width: 991px) {
	.index-pro {
		padding: 40px 0;
	}

	.index-about {
		padding: 40px 0 80px;
	}

	.index-news {
		padding: 40px 0 0;
	}

	.index-contact {
		padding: 40px 0;
	}
}

@media (max-width:767px) {
	.index-about {
		padding: 40px 0;
	}
}

/*******************************************内页********************************************/
/******面包屑导航******/
.pos {
	height: 41px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ddd;
}

.pos-box {
	height: 40px;
	color: #666;
}

.pos-padding {
	padding-left: 270px;
}

.pos-box span {
	font-size: 13px;
	color: #666;
	line-height: 40px;
	margin-right: 5px;
}

.pos-box a {
	font-size: 13px;
	color: #666;
	line-height: 40px;
	margin-right: 5px;
}

.pos-box a:hover {
	color: #0058aa;
}

@media (max-width: 991px) {
	.pos-padding {
		padding-left: 0;
	}

	.pos-box span,
	.pos-box a {
		font-size: 12px;
	}
}

/******main******/
.main {
	width: 100%;
}

.mainleft {
	float: left;
	width: 250px;
	margin-right: 50px;
	position: relative;
	top: -65px;
	z-index: 100;
}

.maincenter {
	float: left;
	width: calc(100% - 300px);
	padding: 30px 0;
}

.mainright {
	float: left;
	width: 250px;
	margin-left: 50px;
	padding: 30px 0;
}

@media (max-width: 991px) {
	.main {
		padding: 30px 0;
	}

	.mainleft,
	.maincenter {
		width: 100%;
	}

	.mainleft {
		position: static;
	}

	.maincenter {
		padding: 0;
	}
}

/*****mainleft****/
.left-nav-tit {
	width: 100%;
	height: 69px;
	background-color: #0058aa;
	padding: 12px 0;
	text-align: center;
	position: relative;
	border-bottom: 4px solid #999;
	border-radius: 5px 5px 0 0;
}

.lnt-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.lnt-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.left-nav-list {
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.left-nav-list li {
	width: 100%;
	padding: 8px 10px 0;
	background-color: #fff;
}

.left-nav-list li:first-of-type {
	padding-top: 10px;
}

.left-nav-list li:last-of-type {
	padding-bottom: 10px;
}

.left-nav-list li a {
	display: block;
	width: 100%;
	padding: 8px 10px;
	line-height: 22px;
	color: #666;
	background: #f1f1f1;
}

.left-nav-list li:hover a {
	background: #0058aa;
	color: #fff;
}

.left-con {
	margin-top: 30px;
}

.left-con-tit {
	width: 100%;
	height: 69px;
	background-color: #0058aa;
	padding: 12px 0;
	text-align: center;
	position: relative;
	border-bottom: 4px solid #999;
	border-radius: 5px 5px 0 0;
}

.lct-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.lct-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.left-con-info {
	border: 1px solid #dcdcdc;
	overflow: hidden;
	background-color: #fff;
}

.left-con-info li {
	width: 100%;
	padding: 10px 15px;
	line-height: 20px;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #dcdcdc;
}

.left-con-info li:last-of-type {
	border-bottom: 0;
}

@media (max-width:991px) {
	.left-nav-list {
		border: 0;
	}

	.left-nav-list li {
		float: left;
		width: 32%;
		padding: 0;
		margin-bottom: 5px;
	}

	.left-nav-list li:first-of-type {
		padding-top: 10px;
	}

	.left-nav-list li:last-of-type {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.left-nav-list li:nth-of-type(3n-1) {
		margin-left: 2%;
		margin-right: 2%;
	}

	.left-nav-list li:first-of-type {
		padding-top: 0;
	}

	.left-nav-list li:last-of-type {
		padding-bottom: 0;
	}

	.left-nav-list li a {
		padding: 8px 0;
		text-align: center;
	}
}

@media (max-width:500px) {
	.left-nav-list li {
		width: 32.66666667%;
		margin-bottom: 5px;
	}

	.left-nav-list li:nth-of-type(3n-1) {
		margin-left: 1%;
		margin-right: 1%;
	}

	.left-nav-list li a {
		font-size: 12px;
	}
}

/*****main-right**********/
.in-news-latest {
	margin-bottom: 30px;
}

.inl-tit {
	width: 100%;
	height: 69px;
	background-color: #0058aa;
	padding: 12px 0;
	text-align: center;
	position: relative;
	border-bottom: 4px solid #999;
	border-radius: 5px 5px 0 0;
}

.inl-tit-cn {
	display: block;
	font-size: 21px;
	line-height: 21px;
	color: #fff;
	margin-bottom: 8px;
}

.inl-tit-en {
	display: block;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
}

.inl-info li {
	padding: 10px 25px;
	height: 42px;
	border: 1px solid #dcdcdc;
	border-top: 0;
}

.inl-info li span {
	display: block;
	width: 20px;
	height: 16px;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	margin-top: 3px;
	text-align: center;
	background-color: #bbb;
}

.inl-info li:nth-of-type(1) span {
	background-color: #0058aa;
}

.inl-info li:nth-of-type(2) span {
	background-color: #0058aa;
}

.inl-info li:nth-of-type(3) span {
	background-color: #0058aa;
}

.inl-info li div {
	float: left;
	font-size: 14px;
	line-height: 22px;
}

.inl-info li:hover span {
	background-color: #0058aa;
}

.inl-info li:hover div {
	color: #0058aa;
}


/*****maincenter**/
.maincenter-top {
	height: 45px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.maincenter-tit {
	float: left;
	font-size: 24px;
	line-height: 30px;
	color: #0058aa;
	padding-left: 24px;
	position: relative;
}

.maincenter-pos {
	float: right;
	color: #999;
}

.maincenter-pos span {
	color: #999;
	line-height: 30px;
	margin-right: 5px;
}

.maincenter-pos a {
	color: #999;
	line-height: 30px;
}

.maincenter-pos a:hover {
	color: #0058aa;
}

.maincenter-icon {
	display: block;
	width: 6px;
	height: 30px;
	background-color: #0058aa;
	position: absolute;
	left: 0;
	top: 0;
}

.maincenter-content {
	padding: 30px 0;
}

@media (max-width:480px) {
	.maincenter-tit {
		font-size: 18px;
		padding-left: 15px;
	}
}

/*****in-prolist*****/
.in-prolist {
	margin-bottom: 20px;
}

.in-prolist li {
	float: left;
	width: 32%;
	border: 2px solid #dedede;
	background-color: #fff;
	margin-bottom: 30px;
	position: relative;
	padding: 0.3%;
}

.in-prolist li:nth-of-type(3n-1) {
	margin-left: 2%;
	margin-right: 2%;
}

.in-prolist-img {
	width: 100%;
	height: 220px;
	position: relative;
}

.in-prolist-tit {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background-color: rgba(0, 88, 170, .8);
	color: #fff;
	text-align: center;
	overflow: hidden;
	/* position:absolute; */
	bottom: 0;
	left: 0;
}

.in-prolist li:hover {
	border: 2px solid #0058aa;
}

.in-prolist li:hover .in-prolist-tit {
	background-color: rgba(0, 88, 170, 1);
}

@media (max-width:991px) {
	.in-prolist {
		margin-bottom: 0;
	}

	.in-prolist-tit {
		font-size: 14px;
	}

	.in-prolist-img {
		width: 100%;
		height: 120px;
		position: relative;
	}


}

@media (max-width:580px) {
	.in-prolist li {
		width: 49%;
		margin-bottom: 10px;
	}

	.in-prolist li:nth-of-type(3n-1) {
		margin-left: 0;
		margin-right: 0;
	}

	.in-prolist li:nth-of-type(2n) {
		margin-left: 2%;
	}

	.in-prolist-tit {
		font-size: 13px;
		height: 32px;
		line-height: 32px;
	}
}

/*********新闻列表页***********/
.in-newslist {
	margin-bottom: 50px;
}

.in-newslist li a {
	display: block;
	padding: 15px;
	height: 55px;
	border-bottom: 1px dashed #999;
	transition: .8s;
}

.in-newslist li .in-newslist-dot {
	display: block;
	float: left;
	width: 8px;
	height: 8px;
	margin-top: 9px;
	border-radius: 50%;
	border: 1px solid #999;
	background-color: #fff;
	margin-right: 10px;
}

.in-newslist li div {
	float: left;
	font-size: 15px;
	line-height: 25px;
}

.in-newslist li .in-newslist-date {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 25px;
	color: #666;
}

.in-newslist li:hover {
	background-color: #0058aa;
}

.in-newslist li:hover .in-newslist-dot {
	border: 1px solid #fff;
}

.in-newslist li:hover div,
.in-newslist li:hover .in-newslist-date {
	color: #fff;
}

@media (max-width:991px) {
	.in-newslist {
		margin-bottom: 30px;
	}
}

@media (max-width:640px) {
	.in-newslist li a {
		padding: 15px 10px;
		height: 55px;
	}

	.in-newslist li .in-newslist-dot {
		width: 6px;
		height: 6px;
		margin-top: 10px;
		margin-right: 5px;
	}

	.in-newslist li div {
		font-size: 14px;
	}

	.in-newslist li .in-newslist-date {
		font-size: 12px;
	}
}

@media (max-width:480px) {
	.in-newslist li a {
		padding: 10px 10px;
		height: 68px;
	}

	.in-newslist li div {
		line-height: 24px;
	}

	.in-newslist li .in-newslist-date {
		width: 100%;
		line-height: 24px;
		padding-left: 11px;
	}
}

/*********详情页**********/
.page-detail,
.in-proinfo,
.in-newsinfo {
	padding: 30px 0;
}

@media (max-width:991px) {
	.page-detail {
		padding: 0;
	}

	.in-proinfo,
	.in-newsinfo {
		padding: 20px 0;
	}
}

/*********产品详情页***********/
.in-proinfo-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

/*********新闻详情内页***********/
.in-newsinfo-tit {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.in-newsinfo-date {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px dashed #ddd;
}

.in-newsinfo-date span {
	margin: 0 15px;
	color: #666;
}

/******推荐新闻**********/
.in-news-tj {
	margin-top: 50px;
	margin-bottom: 50px;
}

.in-pro-tj {
	margin-bottom: 50px;
}

.tj-tit {
	width: 100%;
	height: 35px;
	padding-left: 8px;
	background: url(../images/tit_bg01.png) no-repeat left bottom;
	font-size: 16px;
	line-height: 30px;
	color: #0058aa;
}

.in-tjnews-box,
.in-tjpro-box {
	padding: 20px 20px 25px 20px;
	;
	background: url(../images/tit_bg02.png) no-repeat right bottom;
}

.in-tjnews-box li {
	width: 45%;
	height: 28px;
	overflow: hidden;
}

.in-tjnews-box li:nth-of-type(2n) {
	float: right;
}

.in-tjnews-box li:nth-of-type(2n+1) {
	float: left;
}

.in-tjnews-box li .tj-dot {
	display: block;
	float: left;
	width: 6px;
	height: 6px;
	margin-top: 11px;
	border-radius: 50%;
	background-color: #0058aa;
	margin-right: 10px;
}

.in-tjnews-box li div {
	float: left;
	font-size: 14px;
	line-height: 28px;
}

.in-tjnews-box li .tj-date {
	display: block;
	float: right;
	font-size: 12px;
	line-height: 28px;
	color: #666;
}

.in-tjnews-box li:hover div,
.in-tjnews-box li:hover .tj-date {
	color: #0058aa;
}

@media (max-width: 1229px) {
	.in-tjnews-box li .tj-date {
		display: none;
	}
}

/*****推荐产品**********/
.in-tjpro-box li {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

.in-tjpro-box li:last-of-type {
	margin-right: 0;
}

.in-tjpro-box li img {
	width: 100%;
	height: 150px;
	border: 1px solid #999;
}

.in-tjpro-box li span {
	display: block;
	width: 100%;
	height: 14px;
	font-size: 14px;
	line-height: 14px;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
}

.in-tjpro-box li:hover img {
	border: 1px solid #0058aa;
	box-shadow: 0 0 8px rgba(12, 143, 215, .3);
}

.in-tjpro-box li:hover span {
	color: #0058aa;
}

/*******分页**********/
#pageDiv {
	clear: both;
	float: right;
	text-align: center;
	color: #333;
}

#pageDiv a {
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid #999;
	color: #666;
	height: 28px;
	margin: 0 1px 10px 1px;
	padding: 0 6px;
	text-decoration: none;
}

#pageDiv a:hover,
#pageDiv a.current {
	background-color: #0058aa;
	border: 1px solid #0058aa;
	color: #fff;
}

@media (max-width: 991px) {
	#pageDiv {
		float: none;
		margin: 0 auto;
	}

	.in-tjpro-box li img {
		width: 100%;
		height: 120px;
		border: 1px solid #999;
	}

}

@media (max-width: 767px) {

	#pageDiv span,
	#pageDiv a {
		font-size: 12px;
	}
}

/*******上下页**********/
.in-prenext div span {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-right: 10px;
}

.in-prenext div a {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}

.in-prenext div a:hover {
	color: #0058aa;
}

.in-back {
	display: block;
	width: 130px;
	padding-left: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
	height: 32px;
	background: #0058aa url(../images/back.png) no-repeat 8px center;
	color: #fff;
	border-radius: 5px;
	margin-top: 10px;
	position: relative;
	top: 0;
}

.in-back:hover {
	top: -2px;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, .5);
}

/*******search 页面**********/
.search-list {
	margin-bottom: 20px;
}

.search-list li {
	float: left;
	width: 23%;
	margin: 0 1% 30px;
	border: 2px solid #dedede;
	background-color: #fff;
	padding-bottom: 12px;
	position: relative;
}

.search-list-img {
	width: 100%;
}

.search-list-tit {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background-color: #0058aa;
	color: #fff;
	text-align: center;
	overflow: hidden;
}

.search-list li:hover {
	border: 2px solid #0058aa;
}

@media (max-width:991px) {
	.search-list {
		margin-bottom: 0;
	}

	.search-list li {
		width: 31.333333%;
		margin: 0 1% 30px;
	}
}

@media (max-width:580px) {
	.search-list li {
		width: 48%;
	}
}

/***************产品详情页样式***********************/
.info-box {
	width: 100%
}

.info01 {
	width: 40%;
	float: left;
	margin: 0 2%;
}

.in-proinfo img {
	width: 100%;
	max-width: 600px;
}

.info-pro2 li {
	width: 46%;
	margin: 10px 10px;
	float: left;
}

.info-pro2 li img {
	width: 100%;
	max-width: 600px;
}

@media (max-width:580px) {
	.info-pro2 li {
		width: 96%;
		margin: 10px 10px;
		float: left;
	}

	.foot-beian {
		display: none;
	}
}


/**************************************************技术文章********************************************/

.web-title-link-all {}

.web-title-link-all div {
	text-align: center;
	font-weight: 600;
}

.web-title-link-all div:nth-child(1) {
	font-size: 14px;
	color: #999
}

.web-title-link-all div:nth-child(2) {
	font-size: 20px;
	color: #333;
}

.techknologe-article-web-link {
	padding: 40px 0;
	background-color: #f5f5f5;
}

.web-teckknology-news-link {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}

.web-teckknology-link-box {
	float: left;
	width: 31%;
	margin: 0 1%;
	display: block;
	margin-bottom: 20px;
	text-decoration: none;
}

.web-teckknology-link-tit {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin-bottom: 10px;
	color: #000;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.web-teckknology-link-txt {
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	color: #666;
}

.web-teckknology-link-time {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	color: #999;
	overflow: hidden;
	margin-top: 10px;
}

.web-teckknology-link-more a {
	font-size: 14px;
	display: inline-block;
	padding: 15px 40px;
	text-align: center;
	color: #fff;
	background-color: #fa7720;
	box-shadow: 2px 5px 4px #e6cbb9;
}

.web-teckknology-link-box:hover .web-teckknology-link-tit {
	color: #1d66cf;
	text-decoration: underline;
}

@media(max-width:992px) {
	.web-teckknology-link-box {
		width: 46%;
		margin: 0 2%;
		margin-bottom: 20px;
	}
}

@media(max-width:768px) {
	.techknologe-article-web-link {
		padding: 30px 0;
	}

}

@media(max-width:530px) {
	.web-teckknology-news-link {
		margin-top: 20px;
		margin-bottom: 30px;
	}

	.web-teckknology-link-box {
		width: 100%;
		margin: 0%;
		margin-bottom: 10px;
	}

	.web-teckknology-link-more a {
		padding: 10px 25px;
	}
}</pre></body></html>